Nuke the 'Types' section from the docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Sep 2010 03:03:51 +0000 (23:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Sep 2010 03:03:51 +0000 (23:03 -0400)
docs/reference/gtk/gtk3-sections.txt
gtk/gtktypeutils.c

index 3e074882a792c78d9169aebc16ea8521586e639f..425b203e8e1fc28d5739dfaa82c7a660fd26fc4f 100644 (file)
@@ -5147,9 +5147,12 @@ gtk_device_grab_add
 gtk_device_grab_remove
 
 <SUBSECTION>
+GtkFunction
 gtk_init_add
 gtk_quit_add_destroy
 gtk_quit_add
+GtkCallbackMarshal
+GtkArg
 gtk_quit_add_full
 gtk_quit_remove
 gtk_quit_remove_by_data
@@ -5454,17 +5457,6 @@ gtk_drag_source_add_image_targets
 gtk_drag_source_add_uri_targets
 </SECTION>
 
-<SECTION>
-<FILE>gtktypeutils</FILE>
-<TITLE>Types</TITLE>
-GtkFunction
-GtkCallbackMarshal
-GtkArg
-<SUBSECTION Private>
-GTK_TYPE_IDENTIFIER
-gtk_identifier_get_type
-</SECTION>
-
 <SECTION>
 <FILE>gtkbindings</FILE>
 <TITLE>Bindings</TITLE>
index ea30f06e67d7a60b612aff6f83d05df9abe76cc0..984d82f18f8bb42945d9ac3874e57960609a8308 100644 (file)
 #include "gtkintl.h"
 
 
-/**
- * SECTION:gtktypeutils
- * @Short_description: Handle run-time type creation
- * @Title: Types
- *
- * The GTK+ type system is extensible.  Because of that, types have to be
- * managed at runtime.
- */
-
 
 GType
 gtk_identifier_get_type (void)